@ISUPPER[string] : Returns 1 if string is composed only of upper case letters.

 

Example:

 

echo %@isupper[HELLO]

1

 

echo %@isupper[Hello]

0