You need to examine the value of Common.UserLevel.
This seems to be overly verbose code, BTW.
Code:
IsUser = IsNumeric(Common.UserLevel)
seems like it would accomplish the same thing. (The code you offered only changes IsUser when IsNumeric() is False, but the apparent desire is to store the state of InNumeric(Common.UserLevel).)