This data check answers: "?" question. Data check will pass if The count of individuals is a valid integer and will fail if The count of individuals is not an integer and therefore invalid. Dimension of this data check is Conformance and it's flagging type is: FLAG Example of entries that will pass: individualCount=1, such data check would return Passed. Example of entries that will fail: individualCount=0.3,individualCount=-1,individualCount=0, such data check would return Failed.