The top name in the Get Info's Sharing & Permissions section will be the file owner. A file owned by root will show system as the user.
The following AppleScript one-liner will display the user name associated with the selected file icon — just to confirm the first sentence.
tell application "Finder" to display dialog (owner of item (selection as alias)) as text