= isText(<cell_or_expression>);
/* returns true */ = isText("hello");
/* returns true */ = isText("6");
/* returns false */ = isText(5);