Skip to main content

ISNUMBER

Returns TRUE if the value is a number, FALSE otherwise.

CategoryInformation
SyntaxISNUMBER(value)

Parameters

ParameterRequiredDescription
valueRequiredThe value to test.

Example

ISNUMBER(42)         // → TRUE
ISNUMBER("hello") // → FALSE

Auto-generated from the EngCanvas function registry.