User DocsTemplatesAnyDB FormulasFunctionsISEMAILOn this pageISEMAIL Checks whether a string is a valid email address. Syntax ISEMAIL(text) Arguments text: The string to test. Example ISEMAIL("user@example.com") → TRUEISEMAIL("not-an-email") → FALSE