"user" is basically the global group and if I remember right, all groups somehow inherit from "user".
Also, it returns either true or false. True if the player is part of the group (or a group that inherits directly/indirectly from the group), false if not at all.
As stated in the docs: It's basically IsUserGroup, but also checks for the inheritance tree.