MySQL Function Reference

ISNULL
Returns 1 or 0 depending on whether the expression is NULL
MySQL 8.1
ISNULL(value)
Examples
MySQL 8.1
SELECT ISNULL(NULL);