i assume your software for viewing the TIF file is simply not able to properly display the intensity of a TIF file with a 16 bit channel. Attached is what QGIS displays when I create an intensity grid as follows. Also shown is the gdalinfo output for the resulting grid.
>> lasgrid -i ..\data\fusa.laz -step 1 -intensity -o fusa_1m_intensity.tif
>> gdalinfo.exe fusa_1m_intensity.tif
Driver: GTiff/GeoTIFF
Files: fusa_1m_intensity.tif
fusa_1m_intensity.tfw
Size is 250, 250
Coordinate System is:
PROJCS["WGS 84 / UTM zone 54S",
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.257223563,
AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich",0],
UNIT["degree",0.0174532925199433],
AUTHORITY["EPSG","4326"]],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",141],
PARAMETER["scale_factor",0.9996],
PARAMETER["false_easting",500000],
PARAMETER["false_northing",10000000],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
AUTHORITY["EPSG","32754"]]
Origin = (277750.000000000000000,6122500.000000000000000)
Pixel Size = (1.000000000000000,-1.000000000000000)
Metadata:
AREA_OR_POINT=Area
TIFFTAG_SOFTWARE=LAStools is a product of rapidlasso GmbH, Germany
Image Structure Metadata:
COMPRESSION=LZW
INTERLEAVE=BAND
Corner Coordinates:
Upper Left ( 277750.000, 6122500.000)
Lower Left ( 277750.000, 6122250.000)
Upper Right ( 278000.000, 6122500.000)
Lower Right ( 278000.000, 6122250.000)
Center ( 277875.000, 6122375.000)
Band 1 Block=250x20 Type=Int16, ColorInterp=Gray
NoData Value=-9999