Function ReferenceISNUMBEROn this pageISNUMBER Returns TRUE if the value is a number, FALSE otherwise. CategoryInformationSyntaxISNUMBER(value) Parameters ParameterRequiredDescriptionvalueRequiredThe value to test. Example ISNUMBER(42) // → TRUEISNUMBER("hello") // → FALSE Auto-generated from the EngCanvas function registry.