Function ReferenceISTEXTOn this pageISTEXT Returns TRUE if the value is text, FALSE otherwise. CategoryInformationSyntaxISTEXT(value) Parameters ParameterRequiredDescriptionvalueRequiredThe value to test. Example ISTEXT("hello") // → TRUEISTEXT(42) // → FALSE Auto-generated from the EngCanvas function registry.